home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE10 / FILES / STRM2U.DFM / STRM2U.txt
Encoding:
Text File  |  1996-02-27  |  1.2 KB  |  67 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form1'
  7.   ClientHeight = 254
  8.   ClientWidth = 394
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   TextHeight = 13
  17.   object PaintBox1: TPaintBox
  18.     Left = 9
  19.     Top = 9
  20.     Width = 375
  21.     Height = 199
  22.     OnPaint = PaintBox1Paint
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 377
  28.     Height = 201
  29.   end
  30.   object MakeBtn: TButton
  31.     Left = 8
  32.     Top = 216
  33.     Width = 89
  34.     Height = 33
  35.     Caption = '&Generate'
  36.     TabOrder = 0
  37.     OnClick = MakeBtnClick
  38.   end
  39.   object SaveBtn: TButton
  40.     Left = 104
  41.     Top = 216
  42.     Width = 89
  43.     Height = 33
  44.     Caption = '&Save'
  45.     TabOrder = 1
  46.     OnClick = SaveBtnClick
  47.   end
  48.   object LoadBtn: TButton
  49.     Left = 200
  50.     Top = 216
  51.     Width = 89
  52.     Height = 33
  53.     Caption = '&Load'
  54.     TabOrder = 2
  55.     OnClick = LoadBtnClick
  56.   end
  57.   object SwapBtn: TButton
  58.     Left = 296
  59.     Top = 216
  60.     Width = 89
  61.     Height = 33
  62.     Caption = '&Swap X && Y'
  63.     TabOrder = 3
  64.     OnClick = SwapBtnClick
  65.   end
  66. end
  67.